mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"-На связи Андрей Банкатов, начинаем работу!\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"-На связи Василий Кутузов, респект тебе братан.Воще спасибо за поддержку\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"-На связи Виктор Пердагидов.Спасибол тебе МиГ.Захожу на посадку!\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"-На связи Андрей Банкатов, все долетался, борт горит, оператор мертв...Прие...\\\
Орт...Ит...Повто...\\\
Борт горит...\", \"10\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"-На связи Василий Кутузов, МиГ, какого хера?! Оператор мертв, борт горит!!!...\", \"10\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay(\"-На связи Виктор Пердагидов, долетался, борт горит!\", \"10\"); mission.trig.func[6]='';",
            [7] = "a_out_text_delay(\"-На связи Сергей Антрацитов, спасибо тебе Миг!\", \"10\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay(\"-На связи Сергей Антрацитов, борт горит!!! Прыгаю с парашутом!!! (помехи).\\\
...жив! Вышлите группу поддержки, я в лесу!\", \"10\"); mission.trig.func[8]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"1\", \"Новая триггерная зона\") )",
            [2] = "return(c_unit_in_zone(\"2\", \"Новая триггерная зона #1\") )",
            [3] = "return(c_unit_in_zone(\"3\", \"Новая триггерная зона #1\") )",
            [4] = "return(c_unit_dead(\"1\") )",
            [5] = "return(c_unit_dead(\"2\") )",
            [6] = "return(c_unit_dead(\"3\") )",
            [7] = "return(c_unit_in_zone(\"4\", \"Новая триггерная зона #1\") )",
            [8] = "return(c_unit_dead(\"4\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"1\", \"Новая триггерная зона\") then a_out_text_delay(\"-На связи Андрей Банкатов, начинаем работу!\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"2\", \"Новая триггерная зона #1\") then a_out_text_delay(\"-На связи Василий Кутузов, респект тебе братан.Воще спасибо за поддержку\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"3\", \"Новая триггерная зона #1\") then a_out_text_delay(\"-На связи Виктор Пердагидов.Спасибол тебе МиГ.Захожу на посадку!\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_dead(\"1\") then a_out_text_delay(\"-На связи Андрей Банкатов, все долетался, борт горит, оператор мертв...Прие...\\\
Орт...Ит...Повто...\\\
Борт горит...\", \"10\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_dead(\"2\") then a_out_text_delay(\"-На связи Василий Кутузов, МиГ, какого хера?! Оператор мертв, борт горит!!!...\", \"10\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_dead(\"3\") then a_out_text_delay(\"-На связи Виктор Пердагидов, долетался, борт горит!\", \"10\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"4\", \"Новая триггерная зона #1\") then a_out_text_delay(\"-На связи Сергей Антрацитов, спасибо тебе Миг!\", \"10\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_dead(\"4\") then a_out_text_delay(\"-На связи Сергей Антрацитов, борт горит!!! Прыгаю с парашутом!!! (помехи).\\\
...жив! Вышлите группу поддержки, я в лесу!\", \"10\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 759,
        wind = 
        {
            at8000 = 
            {
                speed = 2,
                dir = 2,
            }, -- end of at8000
            at2000 = 
            {
                speed = 1,
                dir = 2,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 3,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 1,
        }, -- end of turbulence
        season = 
        {
            temperature = 15,
            iseason = 4,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 3000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74342756192647,
                hidden = false,
                long = 0.75842359875177,
                x = -228837.05563509,
                name = "Новая триггерная зона",
                y = 758435.1908985,
            }, -- end of [1]
            [2] = 
            {
                radius = 1800,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75936873945461,
                hidden = false,
                long = 0.76232302595143,
                x = -124938.12300577,
                name = "Новая триггерная зона #1",
                y = 763726.80818384,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73478464206119,
        zoom = 2500000,
        centerX = 0.74204058957243,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 3,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "В связи с накалом отношений России с Грузией и Турцией, и угрозой войны, Российские войска усиливают свою группировку в районе границы с Турцией.Ровно в 8:00, Грузинско-турецкие войска вторгаются на территорию РФ.Несмотрю на подготовку войск РФ, Турки и грцзинцы ведут тяжолые бои с РФ.Ваша задача прикрыть звено Ми-24В, которые совершают спецоперацию, по захвату Грузинского города.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "Прикрыть Ми-24В! Не допустить потери среди вертолетов!!!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Андрей Банкатов, начинаем работу!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    winner = "",
                    predicate = "a_out_text_delay",
                    text = "-На связи Андрей Банкатов, спасибо тебе брат.Без тебя бы нас размазали!",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Василий Кутузов, респект тебе братан.Воще спасибо за поддержку",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Виктор Пердагидов.Спасибол тебе МиГ.Захожу на посадку!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Андрей Банкатов, все долетался, борт горит, оператор мертв...Прие...\
Орт...Ит...Повто...\
Борт горит...",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Василий Кутузов, МиГ, какого хера?! Оператор мертв, борт горит!!!...",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Виктор Пердагидов, долетался, борт горит!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Сергей Антрацитов, спасибо тебе Миг!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "-На связи Сергей Антрацитов, борт горит!!! Прыгаю с парашутом!!! (помехи).\
...жив! Вышлите группу поддержки, я в лесу!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [9]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1571,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74345662973115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75844326663547,
                                            x = -228640.32871282,
                                            speed = 5.5555555555556,
                                            y = 758504.71042103,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 8,
                                        lat = 0.74345662973115,
                                        skill = "Average",
                                        long = 0.75844326663547,
                                        x = -228640.32871282,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 758504.71042103,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 850,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74336230389107,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75835803688509,
                                            x = -229291.20102736,
                                            speed = 5.5555555555556,
                                            y = 758178.16226054,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 9,
                                        lat = 0.74336230389107,
                                        skill = "Average",
                                        long = 0.75835803688509,
                                        x = -229291.20102736,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 758178.16226054,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 843,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74342213710187,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75841279257126,
                                            x = -228877.93274832,
                                            speed = 5.5555555555556,
                                            y = 758388.56495923,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 10,
                                        lat = 0.74342213710187,
                                        skill = "Average",
                                        long = 0.75841279257126,
                                        x = -228877.93274832,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 758388.56495923,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75360708301708,
                                                lat = 0.74690957310807,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76077762737169,
                                                lat = 0.74519222868961,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1557,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74208076838944,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75710303740876,
                                            x = -238190.73497546,
                                            speed = 5.5555555555556,
                                            y = 753283.92399197,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 5,
                                        lat = 0.74208076838944,
                                        skill = "Average",
                                        long = 0.75710303740876,
                                        x = -238190.73497546,
                                        name = "Юнит #1",
                                        heading = 1.8836128595136,
                                        y = 753283.92399197,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1569,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74207761455474,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75709906162365,
                                            x = -238213.15414996,
                                            speed = 5.5555555555556,
                                            y = 753267.69505481,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 6,
                                        lat = 0.74207761455474,
                                        skill = "Average",
                                        long = 0.75709906162365,
                                        x = -238213.15414996,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 753267.69505481,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1759,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74207834236194,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75709629533719,
                                            x = -238210.12946737,
                                            speed = 5.5555555555556,
                                            y = 753254.06745141,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 7,
                                        lat = 0.74207834236194,
                                        skill = "Average",
                                        long = 0.75709629533719,
                                        x = -238210.12946737,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 753254.06745141,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #001",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74323382339405,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76186623394881,
                                            x = -228024.77964776,
                                            speed = 138.88888888889,
                                            y = 774797.61533492,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74690315609423,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76407253400521,
                                            x = -203313.11299078,
                                            speed = 138.88888888889,
                                            y = 782180.20937831,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74740119724242,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75808934175131,
                                            x = -203709.13122096,
                                            speed = 138.88888888889,
                                            y = 753701.71460239,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74641216450017,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75540568489864,
                                            x = -211578.38089741,
                                            speed = 138.88888888889,
                                            y = 741889.06514634,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74313967876111,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75432237179447,
                                            x = -233057.09363558,
                                            speed = 138.88888888889,
                                            y = 739350.79488567,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74175338431103,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76319942813402,
                                            x = -236663.41788697,
                                            speed = 138.88888888889,
                                            y = 782297.35179969,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74595986348388,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76504430599004,
                                            x = -208729.36250465,
                                            speed = 138.88888888889,
                                            y = 787513.05346735,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74789393979609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7604718241067,
                                            x = -199160.12573668,
                                            speed = 138.88888888889,
                                            y = 764477.40090217,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74761681553143,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75338537788703,
                                            x = -205060.21947888,
                                            speed = 138.88888888889,
                                            y = 731471.77780124,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74470655186036,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75394965165768,
                                            x = -223284.02291476,
                                            speed = 138.88888888889,
                                            y = 736382.91721458,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74238374078179,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76083070675659,
                                            x = -234061.80304073,
                                            speed = 138.88888888889,
                                            y = 770609.85859693,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 4160,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74443737462456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76485352611881,
                                            x = -218549.52074806,
                                            speed = 138.88888888889,
                                            y = 787884.78974737,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 17,
                                        lat = 0.74323382339405,
                                        skill = "Good",
                                        long = 0.76186623394881,
                                        x = -228024.77964776,
                                        name = "Сергей Антрацитов #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 774797.61533492,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 18,
                                        lat = 0.74322682339405,
                                        skill = "Good",
                                        long = 0.76187323394881,
                                        x = -228065.20976336,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 774836.3613282,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 19,
                                        lat = 0.74321982339405,
                                        skill = "Good",
                                        long = 0.76188023394881,
                                        x = -228105.63987896,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 774875.10732147,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 20,
                                        lat = 0.74321282339405,
                                        skill = "Good",
                                        long = 0.76188723394881,
                                        x = -228146.06999456,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 774913.85331475,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #002",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74592301885961,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75839602719047,
                                            x = -212949.96508035,
                                            speed = 138.88888888889,
                                            y = 756318.08903369,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74413115625446,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75839752928259,
                                            x = -224368.15334844,
                                            speed = 138.88888888889,
                                            y = 757749.93572063,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74354902030823,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75949342552304,
                                            x = -227434.85537313,
                                            speed = 138.88888888889,
                                            y = 763379.91948456,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74377221521174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76113699810008,
                                            x = -225029.51701066,
                                            speed = 138.88888888889,
                                            y = 770931.68331128,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74507164053453,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76065165860182,
                                            x = -217038.37122297,
                                            speed = 138.88888888889,
                                            y = 767601.56626968,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74534073193352,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75998143341076,
                                            x = -215724.29963007,
                                            speed = 138.88888888889,
                                            y = 764231.38605738,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74475827136465,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75827514967085,
                                            x = -220443.1049304,
                                            speed = 138.88888888889,
                                            y = 756683.48543506,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74404147063589,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75821494750044,
                                            x = -225046.25549202,
                                            speed = 138.88888888889,
                                            y = 756961.18931099,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74386260760793,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75937176051852,
                                            x = -225509.07437355,
                                            speed = 138.88888888889,
                                            y = 762557.03872915,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 21,
                                        lat = 0.74592301885961,
                                        skill = "Good",
                                        long = 0.75839602719047,
                                        x = -212949.96508035,
                                        name = "Сергей Антрацитов #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 756318.08903369,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 22,
                                        lat = 0.74591601885961,
                                        skill = "Good",
                                        long = 0.75840302719047,
                                        x = -212990.488864,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 756356.62271804,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 23,
                                        lat = 0.74590901885961,
                                        skill = "Good",
                                        long = 0.75841002719047,
                                        x = -213031.01264765,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 756395.1564024,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Springfield13",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 24,
                                        lat = 0.74590201885961,
                                        skill = "Good",
                                        long = 0.75841702719047,
                                        x = -213071.5364313,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 756433.69008675,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Springfield14",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Вертол. группа",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 41.666666666667,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 452,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75926034616613,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76112250206514,
                                            x = -126347.66567635,
                                            speed = 41.666666666667,
                                            y = 758249.63171227,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 855,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75748277410879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75873809065688,
                                            x = -139093.51693814,
                                            speed = 41.666666666667,
                                            y = 748629.01223604,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75548888340054,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75741512875849,
                                            x = -152569.71523419,
                                            speed = 41.666666666667,
                                            y = 744076.43404074,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7535395136728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75658843389554,
                                            x = -165472.75422321,
                                            speed = 41.666666666667,
                                            y = 741790.72007883,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75118529479148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75499976524926,
                                            x = -181400.85742337,
                                            speed = 41.666666666667,
                                            y = 736237.4390424,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74828840992607,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75605392311659,
                                            x = -199243.85736084,
                                            speed = 41.666666666667,
                                            y = 743446.0803546,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74542322450498,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75633652828806,
                                            x = -217336.92503807,
                                            speed = 41.666666666667,
                                            y = 747032.95666425,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74376508781567,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75708197065724,
                                            x = -227468.78782299,
                                            speed = 41.666666666667,
                                            y = 751848.30786816,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74296193517391,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75830295180315,
                                            x = -231874.94511743,
                                            speed = 41.666666666667,
                                            y = 758238.40359925,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74361275089887,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75884782619353,
                                            x = -227409.34124263,
                                            speed = 41.666666666667,
                                            y = 760287.82870639,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74356311035861,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7583763002505,
                                            x = -228000.77729071,
                                            speed = 41.666666666667,
                                            y = 758103.78358553,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74326070022665,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75822742455807,
                                            x = -230014.93039271,
                                            speed = 41.666666666667,
                                            y = 757643.40646676,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74333696280608,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7585072239311,
                                            x = -229365.67376247,
                                            speed = 41.666666666667,
                                            y = 758901.98643895,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74344893761811,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75842501655714,
                                            x = -228699.99806772,
                                            speed = 41.666666666667,
                                            y = 758424.79123378,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74335712227935,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75834602833501,
                                            x = -229331.22952313,
                                            speed = 41.666666666667,
                                            y = 758125.67152178,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7433125128619,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7583593338759,
                                            x = -229607.77008172,
                                            speed = 41.666666666667,
                                            y = 758224.07794781,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7434941194397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75846060659814,
                                            x = -228391.28575552,
                                            speed = 41.666666666667,
                                            y = 758556.51961891,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74388180481051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75870419635337,
                                            x = -225778.40840228,
                                            speed = 41.666666666667,
                                            y = 759395.40741062,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 3390,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74535581860117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75935897275747,
                                            x = -216000.53487039,
                                            speed = 41.666666666667,
                                            y = 761299.81553781,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 3396,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74938760595273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76043927605238,
                                            x = -189661.40726309,
                                            speed = 41.666666666667,
                                            y = 763113.5780936,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 3396,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75655437115287,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76135453264356,
                                            x = -143448.54754543,
                                            speed = 41.666666666667,
                                            y = 761546.17544165,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 3396,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75937054747361,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76231670862206,
                                            x = -124930.38819971,
                                            speed = 41.666666666667,
                                            y = 763696.00314007,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 3396,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75956780454913,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76198332165507,
                                            x = -123873.39504392,
                                            speed = 41.666666666667,
                                            y = 761985.39007834,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            alt = 1072,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 41.666666666667,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [25]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "High",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Андрей Банкатов",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 9,
                                            name = "09",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 2,
                                        lat = 0.75943,
                                        skill = "High",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Василий Кутузов",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 8,
                                            name = "78",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 3,
                                        lat = 0.759423,
                                        skill = "High",
                                        y = 760504.67452897,
                                        long = 0.761638,
                                        x = -125002.71432837,
                                        name = "Виктор Пердагидов",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 8,
                                            name = "08",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.76133400040528,
                                                lat = 0.74764266336056,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75675365116182,
                                                lat = 0.74211489508161,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75675365116182,
                                                lat = 0.74211489508161,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75709674613716,
                                                lat = 0.74207858496444,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75709674613716,
                                                lat = 0.74207858496444,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75709674613716,
                                                lat = 0.74207858496444,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2932,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74764266336056,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76133400040528,
                                            x = -200245.61660559,
                                            speed = 33.333333333333,
                                            y = 768728.21893521,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1764,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74211489508161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75675365116182,
                                            x = -238177.05849953,
                                            speed = 33.333333333333,
                                            y = 751608.93465183,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2046,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74207858496444,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75709674613716,
                                            x = -238208.32034664,
                                            speed = 33.333333333333,
                                            y = 753255.9995138,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 11,
                                        lat = 0.74764266336056,
                                        skill = "Average",
                                        long = 0.76133400040528,
                                        x = -200245.61660559,
                                        name = "Юнит #7",
                                        heading = 3.9386445645634,
                                        y = 768728.21893521,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 12,
                                        lat = 0.74763566336056,
                                        skill = "Average",
                                        long = 0.76134100040528,
                                        x = -200286.03691297,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 768766.81772116,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 13,
                                        lat = 0.74762866336056,
                                        skill = "Average",
                                        long = 0.76134800040528,
                                        x = -200326.45722035,
                                        name = "Юнит #9",
                                        heading = 4.5879219336039,
                                        y = 768805.41650711,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.76179070868832,
                                                lat = 0.7474040415304,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76124159590075,
                                                lat = 0.7450267984621,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.76124159590075,
                                                lat = 0.7450267984621,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75742821155974,
                                                lat = 0.74223612625622,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75710569854107,
                                                lat = 0.74207745281987,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75710569854107,
                                                lat = 0.74207745281987,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75742821155974,
                                                lat = 0.74223612625622,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75710569854107,
                                                lat = 0.74207745281987,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3665,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7474040415304,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76179070868832,
                                            x = -201493.05617656,
                                            speed = 33.333333333333,
                                            y = 771062.92961521,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3665,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7450267984621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76124159590075,
                                            x = -216971.35902765,
                                            speed = 33.333333333333,
                                            y = 770413.03395937,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1504,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74223612625622,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75742821155974,
                                            x = -237010.92242327,
                                            speed = 33.333333333333,
                                            y = 754693.26955086,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74207745281987,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75710569854107,
                                            x = -238210.31319696,
                                            speed = 33.333333333333,
                                            y = 753299.12414174,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 14,
                                        lat = 0.7474040415304,
                                        skill = "Average",
                                        long = 0.76179070868832,
                                        x = -201493.05617656,
                                        name = "Юнит #10",
                                        heading = 3.3097857512479,
                                        y = 771062.92961521,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 15,
                                        lat = 0.7473970415304,
                                        skill = "Average",
                                        long = 0.76179770868832,
                                        x = -201533.47748565,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 771101.37366566,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 16,
                                        lat = 0.7473900415304,
                                        skill = "Average",
                                        long = 0.76180470868832,
                                        x = -201573.89879475,
                                        name = "Юнит #12",
                                        heading = 3.3097857512479,
                                        y = 771139.81771612,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76000617632055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76331833117415,
                                            x = -120281.12095126,
                                            speed = 138.88888888889,
                                            y = 767811.08912382,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 4,
                                        lat = 0.76000617632055,
                                        skill = "Player",
                                        long = 0.76331833117415,
                                        x = -120281.12095126,
                                        name = "Сергей Антрацитов",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 767811.08912382,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 9,
                                            name = 79,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "\"Получите\"",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 1116,
    start_time = 28800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
